libxl: Expose libxl_report_exitstatus
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 12 Apr 2010 16:42:29 +0000 (17:42 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 12 Apr 2010 16:42:29 +0000 (17:42 +0100)
commit1d95423e86a664f2c9488d8ffc29a0a83eed68b8
tree600fb2eef74fae8f61d3abe6705224129c243a12
parentaa8978e2d94470c0563f91df4c504446df82b9c6
libxl: Expose libxl_report_exitstatus

xl would like to use libxl_report_exitstatus, so expose it in
libxl_utils.h to avoid having to write it twice.  Also, give it a
"level" argument to set the loglevel of the resulting message.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_exec.c
tools/libxl/libxl_internal.h
tools/libxl/libxl_utils.h